home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound(1, "4-kshock")
- repeat while the stillDown
- set the member of sprite 8 to member("kidShockLOOP")
- set the loc of sprite 8 to point(125, 239)
- set the rect of sprite 8 to rect(125, 239, 433, 480)
- updateStage()
- end repeat
- end
-
- on mouseUp
- sound stop 1
- set the member of sprite 8 to member("4-end")
- set the loc of sprite 8 to point(125, 239)
- set the rect of sprite 8 to rect(125, 239, 433, 480)
- updateStage()
- end
-